Should you hand - code validation routines that perform bounds checking 您需要自己編寫一些驗(yàn)證例程來進(jìn)行邊界檢查么?
It also performs bounds checking and eliminates indirect object access , even under error conditions 也執(zhí)行數(shù)組維度檢查和消除間接對(duì)象訪問,甚至在錯(cuò)誤的條件下。
In some cases , unsafe code may increase an application s performance by removing array bounds checks 在某些情況下,通過移除數(shù)組界限檢查,不安全代碼可提高應(yīng)用程序的性能。
The parent class of all application settings classes , exposes four events to enable such bounds checking 是所有應(yīng)用程序設(shè)置類的父類,它公開四個(gè)事件用于啟用這樣的界限檢查。
In computer programming, bounds checking is any method of detecting whether a variable is within some bounds before its use. It is particularly relevant to a variable used as an index into an array to ensure its value lies within the bounds of the array.